home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / DEMONSTR / XWINDEMO.ZIP / XWINDEMO.EXE / NFS / READ1ST.TXT < prev    next >
Text File  |  1992-06-08  |  5KB  |  143 lines

  1.  
  2.         >>>> PC-NFS Programmer's Toolkit version 4.0 <<<<
  3.  
  4.             ****************************
  5.             END USER'S DISK INSTRUCTIONS
  6.             ****************************
  7.  
  8. (C) 1992 by Sun Microsystems, Inc. All rights reserved.
  9.  
  10. Introduction
  11. ============
  12. This file describes the contents of the End User's disk, and explains how to
  13. install and use the programs on the disk.  These programs are essential to
  14. the operation of applications written with the PC-NFS Programmer's Toolkit
  15. version 4.0.
  16.  
  17. The files on this disk are updated versions of several essential system
  18. files that ship with PC-NFS version 4.0.  These new versions correct
  19. several known problems with the operation of certain PC-NFS utilities.
  20.  
  21. End users who receive this disk with a third-party PC-NFS application must
  22. install the files on this disk.  These files will replace existing PC-NFS
  23. 4.0 files.
  24.  
  25. Users who have already upgraded to PC-NFS 4.0a do not need these files.
  26.  
  27. Table of Contents
  28. =================
  29.  
  30. 1 -  List of included files
  31. 2 -  Installing the files using UPDATE.EXE
  32. 3 -  Checking version numbers to verify installation
  33. 4 -  Using the files on this disk
  34.  
  35. 1) List of Included Files
  36.    ======================
  37. This disk contains the following files:
  38.  
  39. READ1ST.TXT     No version #    This file
  40. RTM.EXE         Version 4.0a    Resident transport module
  41. RNMFILE.EXE     Version 4.0a    Resident name-service module
  42. RNMNIS.EXE      Version 4.0a    Resident name-service module
  43. RNMFILE.DLL     Version 4.0a    Resident name-service DLL
  44. RNMNIS.DLL      Version 4.0a    Resident name-service DLL
  45. RTMREM.EXE      Version 4.0a    Resident module unloader
  46. RNMREM.EXE      Version 4.0a    Resident module unloader
  47. TKLIB.DLL       Version 4.0a    Toolkit API library DLL
  48. DNET.DLL        No version #    PC-NFS API library DLL
  49. NETCONF         Version 4.0a    Transport identifier file
  50. UPDATE.EXE      No version #    Installation program
  51.  
  52. 2) Installation Using UPDATE.EXE
  53.    =============================
  54. To install the files on this disk, place the disk into a floppy disk 
  55. drive such as drive A:.  Type
  56.  
  57.  a:
  58.  
  59. to make this drive the active drive.  Next, type
  60.  
  61.  update
  62.  
  63. Then, answer the on-screen prompts.
  64.  
  65. The Update program will search the NFSPATH, NFSDRIVE:\nfs (PC-NFS 3.5 only), 
  66. and PATH directories.  If it finds an older version of the files 
  67. RTM.EXE, RNMNIS.EXE, RNMNIS.DLL, RNMFILE.EXE, RNMFILE.DLL, NETCONF, 
  68. DNET.DLL, and TKLIB.DLL, it will offer you the option of replacing those
  69. files in each directory where it finds such a file.  If you want to 
  70. save copies of the older versions of these files, answer "n" to the 
  71. prompt that asks whether you want to upgrade the file.
  72.  
  73. The Update program will find every location where one of these 
  74. files is stored and give you the option to replace that file.
  75. If you want to keep an older version of a file in one directory and the
  76. new version in another directory, answer "n" to one of the prompts
  77. that asks to replace a file.
  78.  
  79. Whether you elect to replace all the files, some of the files, or none
  80. of the files, Update will exit to MS-DOS when it is finished. You can
  81. elect to manually install the files from the End User's disk by copying
  82. them to an appropriate directory.
  83.  
  84. If Update finds none of the End User's disk files in any of the 
  85. directories it searches, it will copy the files into every directory 
  86. specified by NFSPATH. This copy operation could result in the consumption
  87. of substantial disk space if NFSPATH contains a number of entries.
  88.  
  89. Having copies of different versions of the same Toolkit module on your disk
  90. could lead to application execution errors unless you carefully assign 
  91. directory search paths.
  92.  
  93. Checking Version Numbers
  94. ========================
  95. You can verify a successful installation of the files on this disk by 
  96. changing the directory path to the directory where the files were installed.
  97. For example, type
  98.  
  99. c:\nfs
  100.  
  101. to change the active path to drive C and directory \nfs.  Next, type
  102.  
  103. rtm -v
  104.  
  105. If your installation of this disk was successful, your screen will display:
  106.  
  107. RTM.EXE version 4.0a
  108.  
  109. If the screen displays
  110.  
  111. RTM.EXE version 3.0
  112.  
  113. you either chose to preserve the earlier version of the RTM.EXE file during
  114. the Upgrade program's operation, or the installation of the files on this 
  115. disk was unsuccessful.
  116.  
  117. If you think that the Upgrade program did not successfully install the
  118. files on this disk, run the program again.  Answer all the on-screen
  119. prompts carefully.
  120.  
  121. Using the Files
  122. ===============
  123. Unless otherwise specified by a third-party application's instructions,
  124. the only file on this disk that PC-NFS users load directly is the resident 
  125. transport module, RTM.EXE.  If you use PC-NFS version 4.0, refer to the
  126. PC-NFS Reference Manual's chapter on PC-NFS commands, and the chapter on 
  127. using Microsoft Windows for information about using this module.
  128.  
  129. Your third-party application manual may also contain information about the 
  130. use of RTM.EXE.
  131.  
  132. If you use PC-NFS and Microsoft Windows, you must load RTM.EXE
  133. before you run Windows.  To load the RTM, type
  134.  
  135. rtm
  136.  
  137. from the MS-DOS command line.  Or, place the the line
  138.  
  139. rtm
  140.  
  141. into your AUTOEXEC.BAT file to load the RTM automatically on system
  142. start-up.
  143.